From: Eli Zaretskii Date: Sat, 20 Jan 2007 14:37:08 +0000 (+0000) Subject: (Flymake mode): find-file-hook instead of ...-hooks. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~2777 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6065cf049af126ead7a1e1a6a3cf8fcaf4527874;p=emacs.git (Flymake mode): find-file-hook instead of ...-hooks. --- diff --git a/man/flymake.texi b/man/flymake.texi index 3861fe70812..4ad1d822397 100644 --- a/man/flymake.texi +++ b/man/flymake.texi @@ -155,7 +155,7 @@ file for which syntax check is possible. To do so, place the following line in @code{.emacs}: @lisp -(add-hook 'find-file-hooks 'flymake-find-file-hook) +(add-hook 'find-file-hook 'flymake-find-file-hook) @end lisp @node Running the syntax check